-- Command to run postgres on docker
docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=<your_password> --name postgres postgres